home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / awe2-0_1.lha / awe2-0.1 / Src / RCS / Config-onemax.h,v < prev    next >
Text File  |  1989-02-20  |  820b  |  49 lines

  1. head     3.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    grunwald:3.2; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 3.2
  10. date     89.02.20.15.32.32;  author grunwald;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @Configuration file for non-shared memory multimax
  17. @
  18.  
  19.  
  20.  
  21. 3.2
  22. log
  23. @Start using Gnu library heaps for schedulers
  24. @
  25. text
  26. @// This may look like C code, but it is really -*- C++ -*-
  27. // 
  28. // Copyright (C) 1988 University of Illinois, Urbana, Illinois
  29. //
  30. // written by Dirk Grunwald (grunwald@@cs.uiuc.edu)
  31. //
  32. #ifndef Config_h
  33. #define Config_h
  34.  
  35. //
  36. //    Encore multimax, single processor. Spinlocks are eliminated
  37. //    and no shared memory is used.
  38. //
  39.  
  40. #define UMAX
  41. const static int MaxCpuMultiplexors = 1;
  42. const static int DefaultSpinBarrierLoops = 0;
  43. const static int DefaultBarrierLoops = 0;
  44.  
  45. #undef    USE_SHARED_MEMORY
  46.  
  47. #endif /* Config_h */
  48. @
  49.